type runtime.lfstack
8 uses
runtime (current package)
lfstack.go#L22: type lfstack uint64
lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
lfstack.go#L40: func (head *lfstack) pop() unsafe.Pointer {
lfstack.go#L54: func (head *lfstack) empty() bool {
mgc.go#L306: full lfstack // lock-free list of full blocks workbuf
mgc.go#L308: empty lfstack // lock-free list of empty blocks workbuf
mspanset.go#L307: stack lfstack
runtime2.go#L1171: gcBgMarkWorkerPool lfstack
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |